home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / disk / kutil13.zip / MKTREE.TXT < prev    next >
Text File  |  1995-12-06  |  2KB  |  58 lines

  1.                               K-TOOLS UTILITIES
  2.  
  3.  
  4.               Copyright (c) 1994-95 by Rob McDonell, ARK ANGLES
  5.                              All Rights Reserved
  6.  
  7.  
  8.                            MKTREE - Make Tree 1.3
  9.  
  10.  
  11. This utility creates a whole directory tree with a single command, making
  12. each directory down the tree as necessary.  It is more powerful that the
  13. standard MKDIR command, because MKDIR can only create one directory at a
  14. time.
  15.  
  16.  
  17. USAGE:
  18.  
  19.   MKTREE dirname
  20.  
  21. where:  dirname  is the partial or fully qualified directory name
  22.  
  23.  
  24. EXAMPLES:
  25.  
  26.   MKTREE DIR1\DIR2               will create the DIR1 directory in the
  27.                                  current directory and the DIR2 directory
  28.                                  in the DIR1 directory
  29.  
  30.   MKTREE \DIR1\DIR2              will create the DIR1 directory in the root
  31.                                  directory of the current drive and the DIR2
  32.                                  directory in the DIR1 directory
  33.  
  34.   MKTREE C:\DIR1\DIR2\DIR3       will create the DIR1 directory in the root
  35.                                  directory of the C: drive and the DIR2
  36.                                  directory in the DIR1 directory and the
  37.                                  DIR3 directory in the DIR2 directory
  38.  
  39. Run MKTREE with no parameters or "?" or "/?" to display simple help and
  40. registration information.
  41.  
  42.  
  43. REGISTRATION:
  44.  
  45. This program is part of the K-TOOLS UTILITIES shareware package.  To keep
  46. using it after the 60 day trial period you must register, which costs only
  47. A$15 per utility or A$29, US$24, £15, Dm40, ¥2400 for the whole collection.
  48.  
  49. Author:     Rob McDonell
  50.             ARK ANGLES
  51.             P O Box 190 (61 Oaklands Rd)
  52.             Hazelbrook  NSW  2779
  53.             AUSTRALIA
  54. Phone:      Intl+61-47-588100
  55. Fax:        Intl+61-47-588638
  56. Compuserve: 100237,141
  57. Internet:   100237.141@compuserve.com
  58.